Sparsest Cut
نویسنده
چکیده
An approximation algorithm is an efficient algorithm that finds an approximate solution with a provable approximation guarantee. The standard measure of the quality of an approximation algorithm is its approximation factor. The approximation factor of an algorithm is the worst case ratio between the value (cost) of the solution the algorithm finds and the value (cost) of the optimal solution. That is, an algorithm has approximation factor (at most) α = α(n) if for every instance of the problem of size n the algorithm finds a feasible solution of value at most αOPT, if the problem is a minimization problem, and of value at least αOPT if the problem is a maximization problem, where OPT is the value of the optimal solution. An algorithm is an α-approximation algorithm if it gives α-approximation.
منابع مشابه
n)-Approximation Algorithm For Directed Sparsest Cut
We give an O( √ n)-approximation algorithm for the Sparsest Cut Problem on directed graphs. A näıve reduction from Sparsest Cut to Minimum Multicut would only give an approximation ratio of O( √ n log D), where D is the sum of the demands. We obtain the improvement using a novel LP-rounding method for fractional Sparsest Cut, the dual of Maximum Concurrent Flow.
متن کامل8.1 Balanced Cut
In the last lecture, we described an O(log k logD)-approximation algorithm for Sparsest Cut, where k is the number of terminal pairs and D is the total requirement. Today we will describe an application of Sparsest Cut to the Balanced Cut problem. We will then develop an O(log k)approximation algorithm for Sparsest Cut, due to Linial, London, and Rabinovich [4], using metric embeddings techniqu...
متن کاملAdvanced Approximation Algorithms ( CMU 18 - 854 B , Spring 2008 ) Lecture 27 : Algorithms for Sparsest Cut Apr 24 , 2008
In lecture 19, we saw an LP relaxation based algorithm to solve the sparsest cut problem with an approximation guarantee of O(logn). In this lecture, we will show that the integrality gap of the LP relaxation is O(logn) and hence this is the best approximation factor one can get via the LP relaxation. We will also start developing an SDP relaxation based algorithm which provides an O( √ log n) ...
متن کاملCut-Matching Games on Directed Graphs
We give O(log n)-approximation algorithm based on the cut-matching framework of [10, 13, 14] for the computing the sparsest cut on directed graphs. Our algorithm uses only O(log n) single commodity max-flow computations and thus breaks the multicommodity-flow barrier for computing the sparsest cut on directed graphs.
متن کاملApproximating Non-Uniform Sparsest Cut Via Generalized Spectra
We give an approximation algorithm for non-uniform sparsest cut with the following guarantee: For any ε, δ ∈ (0, 1), given cost and demand graphs with edge weights C,D : ( V 2 ) → R+ respectively, we can find a set T ⊆ V with C(T,V \T ) D(T,V \T ) at most 1+ε δ times the optimal non-uniform sparsest cut value, in time 2 poly(n) provided λr ≥ Φ∗/(1 − δ). Here λr is the r’th smallest generalized ...
متن کاملLecture 19 : Sparsest Cut and L 1 Embeddings 25 March , 2008
We will be studying the Sparsest cut problem in this lecture. In this context we will see how metric methods help in the design of approximation algorithms. We proceed to define the problem and briefly give some motivation for studying the problem.
متن کامل